home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Python1.4_Source / Objects / protos / sliceobject_protos.h < prev    next >
Text File  |  1996-12-15  |  237b  |  7 lines

  1.  
  2. /* sliceobject.c */
  3. static PyObject *ellipsis_repr ( PyObject *op );
  4. static void slice_dealloc ( PySliceObject *r );
  5. static PyObject *slice_repr ( PySliceObject *r );
  6. static PyObject *slice_getattr ( PySliceObject *self , char *name );
  7.